3.213 \(\int \frac {x^6}{(b x^2+c x^4)^3} \, dx\)

Optimal. Leaf size=62 \[ \frac {3 \tan ^{-1}\left (\frac {\sqrt {c} x}{\sqrt {b}}\right )}{8 b^{5/2} \sqrt {c}}+\frac {3 x}{8 b^2 \left (b+c x^2\right )}+\frac {x}{4 b \left (b+c x^2\right )^2} \]

[Out]

1/4*x/b/(c*x^2+b)^2+3/8*x/b^2/(c*x^2+b)+3/8*arctan(x*c^(1/2)/b^(1/2))/b^(5/2)/c^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 62, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.176, Rules used = {1584, 199, 205} \[ \frac {3 x}{8 b^2 \left (b+c x^2\right )}+\frac {3 \tan ^{-1}\left (\frac {\sqrt {c} x}{\sqrt {b}}\right )}{8 b^{5/2} \sqrt {c}}+\frac {x}{4 b \left (b+c x^2\right )^2} \]

Antiderivative was successfully verified.

[In]

Int[x^6/(b*x^2 + c*x^4)^3,x]

[Out]

x/(4*b*(b + c*x^2)^2) + (3*x)/(8*b^2*(b + c*x^2)) + (3*ArcTan[(Sqrt[c]*x)/Sqrt[b]])/(8*b^(5/2)*Sqrt[c])

Rule 199

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> -Simp[(x*(a + b*x^n)^(p + 1))/(a*n*(p + 1)), x] + Dist[(n*(p +
 1) + 1)/(a*n*(p + 1)), Int[(a + b*x^n)^(p + 1), x], x] /; FreeQ[{a, b}, x] && IGtQ[n, 0] && LtQ[p, -1] && (In
tegerQ[2*p] || (n == 2 && IntegerQ[4*p]) || (n == 2 && IntegerQ[3*p]) || Denominator[p + 1/n] < Denominator[p]
)

Rule 205

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[a/b, 2]*ArcTan[x/Rt[a/b, 2]])/a, x] /; FreeQ[{a, b}, x]
&& PosQ[a/b]

Rule 1584

Int[(u_.)*(x_)^(m_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.))^(n_.), x_Symbol] :> Int[u*x^(m + n*p)*(a + b*x^(q -
 p))^n, x] /; FreeQ[{a, b, m, p, q}, x] && IntegerQ[n] && PosQ[q - p]

Rubi steps

\begin {align*} \int \frac {x^6}{\left (b x^2+c x^4\right )^3} \, dx &=\int \frac {1}{\left (b+c x^2\right )^3} \, dx\\ &=\frac {x}{4 b \left (b+c x^2\right )^2}+\frac {3 \int \frac {1}{\left (b+c x^2\right )^2} \, dx}{4 b}\\ &=\frac {x}{4 b \left (b+c x^2\right )^2}+\frac {3 x}{8 b^2 \left (b+c x^2\right )}+\frac {3 \int \frac {1}{b+c x^2} \, dx}{8 b^2}\\ &=\frac {x}{4 b \left (b+c x^2\right )^2}+\frac {3 x}{8 b^2 \left (b+c x^2\right )}+\frac {3 \tan ^{-1}\left (\frac {\sqrt {c} x}{\sqrt {b}}\right )}{8 b^{5/2} \sqrt {c}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 55, normalized size = 0.89 \[ \frac {3 \tan ^{-1}\left (\frac {\sqrt {c} x}{\sqrt {b}}\right )}{8 b^{5/2} \sqrt {c}}+\frac {5 b x+3 c x^3}{8 b^2 \left (b+c x^2\right )^2} \]

Antiderivative was successfully verified.

[In]

Integrate[x^6/(b*x^2 + c*x^4)^3,x]

[Out]

(5*b*x + 3*c*x^3)/(8*b^2*(b + c*x^2)^2) + (3*ArcTan[(Sqrt[c]*x)/Sqrt[b]])/(8*b^(5/2)*Sqrt[c])

________________________________________________________________________________________

fricas [A]  time = 0.75, size = 188, normalized size = 3.03 \[ \left [\frac {6 \, b c^{2} x^{3} + 10 \, b^{2} c x - 3 \, {\left (c^{2} x^{4} + 2 \, b c x^{2} + b^{2}\right )} \sqrt {-b c} \log \left (\frac {c x^{2} - 2 \, \sqrt {-b c} x - b}{c x^{2} + b}\right )}{16 \, {\left (b^{3} c^{3} x^{4} + 2 \, b^{4} c^{2} x^{2} + b^{5} c\right )}}, \frac {3 \, b c^{2} x^{3} + 5 \, b^{2} c x + 3 \, {\left (c^{2} x^{4} + 2 \, b c x^{2} + b^{2}\right )} \sqrt {b c} \arctan \left (\frac {\sqrt {b c} x}{b}\right )}{8 \, {\left (b^{3} c^{3} x^{4} + 2 \, b^{4} c^{2} x^{2} + b^{5} c\right )}}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^6/(c*x^4+b*x^2)^3,x, algorithm="fricas")

[Out]

[1/16*(6*b*c^2*x^3 + 10*b^2*c*x - 3*(c^2*x^4 + 2*b*c*x^2 + b^2)*sqrt(-b*c)*log((c*x^2 - 2*sqrt(-b*c)*x - b)/(c
*x^2 + b)))/(b^3*c^3*x^4 + 2*b^4*c^2*x^2 + b^5*c), 1/8*(3*b*c^2*x^3 + 5*b^2*c*x + 3*(c^2*x^4 + 2*b*c*x^2 + b^2
)*sqrt(b*c)*arctan(sqrt(b*c)*x/b))/(b^3*c^3*x^4 + 2*b^4*c^2*x^2 + b^5*c)]

________________________________________________________________________________________

giac [A]  time = 0.20, size = 45, normalized size = 0.73 \[ \frac {3 \, \arctan \left (\frac {c x}{\sqrt {b c}}\right )}{8 \, \sqrt {b c} b^{2}} + \frac {3 \, c x^{3} + 5 \, b x}{8 \, {\left (c x^{2} + b\right )}^{2} b^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^6/(c*x^4+b*x^2)^3,x, algorithm="giac")

[Out]

3/8*arctan(c*x/sqrt(b*c))/(sqrt(b*c)*b^2) + 1/8*(3*c*x^3 + 5*b*x)/((c*x^2 + b)^2*b^2)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 51, normalized size = 0.82 \[ \frac {x}{4 \left (c \,x^{2}+b \right )^{2} b}+\frac {3 x}{8 \left (c \,x^{2}+b \right ) b^{2}}+\frac {3 \arctan \left (\frac {c x}{\sqrt {b c}}\right )}{8 \sqrt {b c}\, b^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^6/(c*x^4+b*x^2)^3,x)

[Out]

1/4*x/b/(c*x^2+b)^2+3/8*x/b^2/(c*x^2+b)+3/8/b^2/(b*c)^(1/2)*arctan(1/(b*c)^(1/2)*c*x)

________________________________________________________________________________________

maxima [A]  time = 2.99, size = 58, normalized size = 0.94 \[ \frac {3 \, c x^{3} + 5 \, b x}{8 \, {\left (b^{2} c^{2} x^{4} + 2 \, b^{3} c x^{2} + b^{4}\right )}} + \frac {3 \, \arctan \left (\frac {c x}{\sqrt {b c}}\right )}{8 \, \sqrt {b c} b^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^6/(c*x^4+b*x^2)^3,x, algorithm="maxima")

[Out]

1/8*(3*c*x^3 + 5*b*x)/(b^2*c^2*x^4 + 2*b^3*c*x^2 + b^4) + 3/8*arctan(c*x/sqrt(b*c))/(sqrt(b*c)*b^2)

________________________________________________________________________________________

mupad [B]  time = 4.21, size = 55, normalized size = 0.89 \[ \frac {\frac {5\,x}{8\,b}+\frac {3\,c\,x^3}{8\,b^2}}{b^2+2\,b\,c\,x^2+c^2\,x^4}+\frac {3\,\mathrm {atan}\left (\frac {\sqrt {c}\,x}{\sqrt {b}}\right )}{8\,b^{5/2}\,\sqrt {c}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^6/(b*x^2 + c*x^4)^3,x)

[Out]

((5*x)/(8*b) + (3*c*x^3)/(8*b^2))/(b^2 + c^2*x^4 + 2*b*c*x^2) + (3*atan((c^(1/2)*x)/b^(1/2)))/(8*b^(5/2)*c^(1/
2))

________________________________________________________________________________________

sympy [A]  time = 0.36, size = 105, normalized size = 1.69 \[ - \frac {3 \sqrt {- \frac {1}{b^{5} c}} \log {\left (- b^{3} \sqrt {- \frac {1}{b^{5} c}} + x \right )}}{16} + \frac {3 \sqrt {- \frac {1}{b^{5} c}} \log {\left (b^{3} \sqrt {- \frac {1}{b^{5} c}} + x \right )}}{16} + \frac {5 b x + 3 c x^{3}}{8 b^{4} + 16 b^{3} c x^{2} + 8 b^{2} c^{2} x^{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**6/(c*x**4+b*x**2)**3,x)

[Out]

-3*sqrt(-1/(b**5*c))*log(-b**3*sqrt(-1/(b**5*c)) + x)/16 + 3*sqrt(-1/(b**5*c))*log(b**3*sqrt(-1/(b**5*c)) + x)
/16 + (5*b*x + 3*c*x**3)/(8*b**4 + 16*b**3*c*x**2 + 8*b**2*c**2*x**4)

________________________________________________________________________________________